home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TFAVOROPTFORM / TFAVOROPTFORM.txt
Text File  |  2005-03-06  |  3KB  |  137 lines

  1. object FavorOptForm: TFavorOptForm
  2.   Left = 234
  3.   Top = 106
  4.   BorderStyle = bsDialog
  5.   Caption = 'Favorite Folders Options '
  6.   ClientHeight = 322
  7.   ClientWidth = 395
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 5
  22.     Width = 369
  23.     Height = 48
  24.     AutoSize = False
  25.     Caption = 
  26.       'PowerArchiver will automatically list archives found in the foll' +
  27.       'owing Favorite Folders. To add or remove a Favorite Folder, clic' +
  28.       'k the buttons below.'
  29.     WordWrap = True
  30.   end
  31.   object Label2: TLabel
  32.     Left = 8
  33.     Top = 184
  34.     Width = 381
  35.     Height = 43
  36.     AutoSize = False
  37.     Caption = 
  38.       'If you open an archive that is not in one of your Favorite Folde' +
  39.       'rs, PowerArchiver can add the folder to your Favorite Folders.'
  40.     WordWrap = True
  41.   end
  42.   object Bevel1: TBevel
  43.     Left = 8
  44.     Top = 180
  45.     Width = 377
  46.     Height = 9
  47.     Shape = bsTopLine
  48.   end
  49.   object Bevel2: TBevel
  50.     Left = 8
  51.     Top = 286
  52.     Width = 377
  53.     Height = 9
  54.     Shape = bsTopLine
  55.   end
  56.   object RadioButton1: TRadioButton
  57.     Left = 24
  58.     Top = 223
  59.     Width = 353
  60.     Height = 17
  61.     Caption = '&Add the folder to my Favorite Folders automatically'
  62.     TabOrder = 3
  63.   end
  64.   object RadioButton2: TRadioButton
  65.     Left = 24
  66.     Top = 243
  67.     Width = 353
  68.     Height = 17
  69.     Caption = 'A&sk before adding the folder to my Favorite Folders'
  70.     TabOrder = 4
  71.   end
  72.   object RadioButton3: TRadioButton
  73.     Left = 24
  74.     Top = 264
  75.     Width = 353
  76.     Height = 17
  77.     Caption = '&Do not add the folder to my Favorite Folders'
  78.     TabOrder = 5
  79.   end
  80.   object Button3: TButton
  81.     Left = 112
  82.     Top = 151
  83.     Width = 134
  84.     Height = 25
  85.     Caption = '&Add a Favorite Folder'
  86.     TabOrder = 1
  87.     OnClick = Button3Click
  88.   end
  89.   object Button4: TButton
  90.     Left = 253
  91.     Top = 151
  92.     Width = 132
  93.     Height = 25
  94.     Caption = '&Remove folder(s)'
  95.     TabOrder = 2
  96.     OnClick = Button4Click
  97.   end
  98.   object Button1: TButton
  99.     Left = 134
  100.     Top = 291
  101.     Width = 121
  102.     Height = 25
  103.     Caption = 'OK'
  104.     Default = True
  105.     TabOrder = 6
  106.     OnClick = Button1Click
  107.   end
  108.   object Button2: TButton
  109.     Left = 264
  110.     Top = 291
  111.     Width = 121
  112.     Height = 25
  113.     Caption = '&Cancel'
  114.     TabOrder = 7
  115.     OnClick = Button2Click
  116.   end
  117.   object DirList: TdfsExtListView
  118.     Left = 8
  119.     Top = 56
  120.     Width = 377
  121.     Height = 90
  122.     SmallImages = FavoriteForm.dfsSystemImageList1
  123.     Columns = <
  124.       item
  125.         Width = 333
  126.       end>
  127.     ExtendedStyles = [lvxFullRowSelect]
  128.     ColumnsFormat = <>
  129.     ReadOnly = True
  130.     MultiSelect = True
  131.     ShowColumnHeaders = False
  132.     TabOrder = 0
  133.     ViewStyle = vsReport
  134.     OnKeyDown = DirListKeyDown
  135.   end
  136. end
  137.